-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: exposes params.statsFor
and params.profile.metadataSource
in LensConfig
#686
Conversation
🦋 Changeset detectedLatest commit: 8611ee2 The changes in this PR will be included in the next version bump. This PR includes changesets to release 5 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
This pull request has been linked to 1 task:
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
a68fa48
to
bb9525d
Compare
bb9525d
to
b27eaa0
Compare
65711f0
to
ff168d2
Compare
54411bd
to
0276a73
Compare
0276a73
to
c466b81
Compare
c466b81
to
47f906a
Compare
--- | ||
"@lens-protocol/api-bindings": minor | ||
"@lens-protocol/react": minor | ||
"@lens-protocol/react-web": minor |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we can add react-native now too
@@ -46,8 +46,6 @@ export type LensConfig = { | |||
storage?: IStorageProvider | IObservableStorageProvider; | |||
/** | |||
* The common query params allows you customize some aspect of the returned data. | |||
* | |||
* If not provided {@link defaultQueryParams} will be used instead. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shall this be replaced with as in the react package
* @defaultValue see individual fields of {@link QueryParams}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tested locally, LGTM 👍
No description provided.